Adds a row to the grid and populates the new row with data.
'宣言
Public Overloads Function AddItem( _
ByVal () As System.Object _
) As Row
public Row AddItem(
System.object[]
)
パラメータ
- items
- Array of objects that will be assigned to the new row.
戻り値の型
A reference to the new row.